home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / gforum.dxr / 00048.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  310 b   |  22 lines

  1. on enterFrame
  2.   global Gflag
  3.   set Gflag to 0
  4. end
  5.  
  6. on mouseUp
  7.   if rollOver(1) then
  8.     go(1)
  9.   end if
  10. end
  11.  
  12. on exitFrame
  13.   if rollOver(21) then
  14.     if the visible of sprite 21 = 0 then
  15.       set the visible of sprite 21 to 1
  16.     end if
  17.   else
  18.     set the visible of sprite 21 to 0
  19.   end if
  20.   go(the frame)
  21. end
  22.